GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) Method
In This Topic
HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] unsigned int glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways)
Syntax
'Declaration
Public Overloads Sub GetGdiCompatibleGlyphMetrics( _
ByVal As Single, _
ByVal As Single, _
ByVal As Nullable(Of Matrix3x2), _
ByVal As Bool, _
ByVal () As Short, _
ByVal As Integer, _
ByVal () As GlyphMetrics, _
ByVal As Bool _
)
public void GetGdiCompatibleGlyphMetrics(
float ,
float ,
Nullable<Matrix3x2> ,
Bool ,
short[] ,
int ,
GlyphMetrics[] ,
Bool
)
Parameters
- emSize
- pixelsPerDip
- transform
- useGdiNatural
- glyphIndices
- glyphCount
- glyphMetrics
- isSideways
See Also